records

records

Active filters Clear all

No active filters

Filters

Urban Indicators of the Riyadh 2018 Report

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Index
               

No description available for this field.

Name (identifier)
index
Type
integer
Sample
                       
Chapter Nb
Chapter number

No description available for this field.

Name (identifier)
chapternb
Type
text
Sample
                       
رقم الفصل
رقم الفصل

No description available for this field.

Name (identifier)
chapternbar
Type
text
Sample
                       
Chapter
Chapter

No description available for this field.

Name (identifier)
chapter
Type
text
Sample
                       
الفصل
الفصل

No description available for this field.

Name (identifier)
chapterar
Type
text
Sample
                       
Indicator code
Indicator code

No description available for this field.

Name (identifier)
indiccode
Type
text
Sample
                       
Indicator
Indicator

No description available for this field.

Name (identifier)
indicator
Type
text
Sample
                       
المؤشرات
المؤشرات

No description available for this field.

Name (identifier)
indicatorar
Type
text
Sample
                       
Geo Code
Geo Code

No description available for this field.

Name (identifier)
geocode
Type
text
Sample
                       
City
City

No description available for this field.

Name (identifier)
geocity
Type
text
Sample
                       
المدينة
المدينة

No description available for this field.

Name (identifier)
geocityar
Type
text
Sample
                       
Country code
Country code

No description available for this field.

Name (identifier)
c_code
Type
text
Sample
                       
Country
Country

No description available for this field.

Name (identifier)
country
Type
text
Sample
                       
البلد
البلد

No description available for this field.

Name (identifier)
countryar
Type
text
Sample
                       
Sector code
Sector code

No description available for this field.

Name (identifier)
sectorcode
Type
text
Sample
                       
Sector
Sector

No description available for this field.

Name (identifier)
sector
Type
text
Sample
                       
القطاع
القطاع

No description available for this field.

Name (identifier)
sectorar
Type
text
Sample
                       
Item code
Item code

No description available for this field.

Name (identifier)
itemcode
Type
text
Sample
                       
Sector item
Sector item

No description available for this field.

Name (identifier)
sectoritem
Type
text
Sample
                       
عناصر القطاع
عناصر القطاع

No description available for this field.

Name (identifier)
sectoritemar
Type
text
Sample
                       
Date
Date

No description available for this field.

Name (identifier)
date
Type
text
Sample
                       
Value
Value

No description available for this field.

Name (identifier)
value
Type
decimal
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"urban-indicators-of-the-riyadh-2018-report",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/urban-indicators-of-the-riyadh-2018-report"
      }
    ]
    ,
  • "definitions":
    {
    • "urban-indicators-of-the-riyadh-2018-report":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/urban-indicators-of-the-riyadh-2018-report_records"
            }
          }
        }
      }
      ,
    • "urban-indicators-of-the-riyadh-2018-report_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "index":
              {
              • "type":"integer",
              • "title":"Index",
              • "description":""
              }
              ,
            • "chapternb":
              {
              • "type":"string",
              • "title":"Chapter Nb",
              • "description":"Chapter number"
              }
              ,
            • "chapternbar":
              {
              • "type":"string",
              • "title":"رقم الفصل",
              • "description":"رقم الفصل"
              }
              ,
            • "chapter":
              {
              • "type":"string",
              • "title":"Chapter",
              • "description":"Chapter"
              }
              ,
            • "chapterar":
              {
              • "type":"string",
              • "title":"الفصل",
              • "description":"الفصل"
              }
              ,
            • "indiccode":
              {
              • "type":"string",
              • "title":"Indicator code",
              • "description":"Indicator code"
              }
              ,
            • "indicator":
              {
              • "type":"string",
              • "title":"Indicator",
              • "description":"Indicator"
              }
              ,
            • "indicatorar":
              {
              • "type":"string",
              • "title":"المؤشرات",
              • "description":"المؤشرات"
              }
              ,
            • "geocode":
              {
              • "type":"string",
              • "title":"Geo Code",
              • "description":"Geo Code"
              }
              ,
            • "geocity":
              {
              • "type":"string",
              • "title":"City",
              • "description":"City"
              }
              ,
            • "geocityar":
              {
              • "type":"string",
              • "title":"المدينة",
              • "description":"المدينة"
              }
              ,
            • "c_code":
              {
              • "type":"string",
              • "title":"Country code",
              • "description":"Country code"
              }
              ,
            • "country":
              {
              • "type":"string",
              • "title":"Country",
              • "description":"Country"
              }
              ,
            • "countryar":
              {
              • "type":"string",
              • "title":"البلد",
              • "description":"البلد"
              }
              ,
            • "sectorcode":
              {
              • "type":"string",
              • "title":"Sector code",
              • "description":"Sector code"
              }
              ,
            • "sector":
              {
              • "type":"string",
              • "title":"Sector",
              • "description":"Sector"
              }
              ,
            • "sectorar":
              {
              • "type":"string",
              • "title":"القطاع",
              • "description":"القطاع"
              }
              ,
            • "itemcode":
              {
              • "type":"string",
              • "title":"Item code",
              • "description":"Item code"
              }
              ,
            • "sectoritem":
              {
              • "type":"string",
              • "title":"Sector item",
              • "description":"Sector item"
              }
              ,
            • "sectoritemar":
              {
              • "type":"string",
              • "title":"عناصر القطاع",
              • "description":"عناصر القطاع"
              }
              ,
            • "date":
              {
              • "type":"string",
              • "title":"Date",
              • "description":"Date"
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Value",
              • "description":"Value"
              }
            }
          }
        }
      }
    }
}

Similar datasets